﻿2026-07-10T09:15:48.8241123Z ##[group]Run set -euo pipefail
2026-07-10T09:15:48.8241513Z [36;1mset -euo pipefail[0m
2026-07-10T09:15:48.8241757Z [36;1mPIN=0c95435[0m
2026-07-10T09:15:48.8242009Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T09:15:48.8242290Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T09:15:48.8242663Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T09:15:48.8243129Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T09:15:48.8243608Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T09:15:48.8243986Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T09:15:48.8244256Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T09:15:48.8244566Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T09:15:48.8244929Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T09:15:48.8245296Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T09:15:48.8245582Z [36;1mfi[0m
2026-07-10T09:15:48.8245963Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T09:15:48.8260322Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T09:15:48.8260651Z env:
2026-07-10T09:15:48.8260885Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T09:15:48.8261151Z ##[endgroup]
2026-07-10T09:15:49.6109314Z    Compiling proc-macro2 v1.0.106
2026-07-10T09:15:49.6111277Z    Compiling quote v1.0.45
2026-07-10T09:15:49.6111605Z    Compiling unicode-ident v1.0.24
2026-07-10T09:15:49.6111919Z    Compiling libc v0.2.186
2026-07-10T09:15:49.6112211Z    Compiling serde_core v1.0.228
2026-07-10T09:15:49.6112506Z    Compiling cfg-if v1.0.4
2026-07-10T09:15:49.6112787Z    Compiling serde v1.0.228
2026-07-10T09:15:49.6113067Z    Compiling log v0.4.32
2026-07-10T09:15:49.6184975Z    Compiling pin-project-lite v0.2.17
2026-07-10T09:15:49.6230804Z    Compiling typenum v1.20.1
2026-07-10T09:15:49.6287130Z    Compiling portable-atomic v1.13.1
2026-07-10T09:15:49.6316736Z    Compiling memchr v2.8.1
2026-07-10T09:15:49.6367809Z    Compiling version_check v0.9.5
2026-07-10T09:15:49.6369198Z    Compiling shlex v2.0.1
2026-07-10T09:15:49.6467943Z    Compiling find-msvc-tools v0.1.9
2026-07-10T09:15:49.7103547Z    Compiling critical-section v1.2.0
2026-07-10T09:15:49.7376574Z    Compiling subtle v2.6.1
2026-07-10T09:15:49.7943681Z    Compiling bytes v1.11.1
2026-07-10T09:15:49.8127403Z    Compiling futures-core v0.3.32
2026-07-10T09:15:49.8406685Z    Compiling equivalent v1.0.2
2026-07-10T09:15:49.8971198Z    Compiling smallvec v1.15.1
2026-07-10T09:15:49.9180800Z    Compiling itoa v1.0.18
2026-07-10T09:15:49.9432241Z    Compiling semver v1.0.28
2026-07-10T09:15:49.9857551Z    Compiling stable_deref_trait v1.2.1
2026-07-10T09:15:50.0163800Z    Compiling generic-array v0.14.7
2026-07-10T09:15:50.0360640Z    Compiling slab v0.4.12
2026-07-10T09:15:50.0884342Z    Compiling futures-io v0.3.32
2026-07-10T09:15:50.1177058Z    Compiling futures-sink v0.3.32
2026-07-10T09:15:50.1269113Z    Compiling futures-task v0.3.32
2026-07-10T09:15:50.1659414Z    Compiling rand_core v0.10.1
2026-07-10T09:15:50.2252106Z    Compiling futures-channel v0.3.32
2026-07-10T09:15:50.2440773Z    Compiling bitflags v2.12.1
2026-07-10T09:15:50.2593017Z    Compiling rustversion v1.0.22
2026-07-10T09:15:50.3070757Z    Compiling hashbrown v0.17.1
2026-07-10T09:15:50.3120621Z    Compiling getrandom v0.4.2
2026-07-10T09:15:50.3122382Z    Compiling cpufeatures v0.2.17
2026-07-10T09:15:50.3229130Z    Compiling fnv v1.0.7
2026-07-10T09:15:50.3579670Z    Compiling rustc_version v0.4.1
2026-07-10T09:15:50.3911848Z    Compiling strsim v0.11.1
2026-07-10T09:15:50.4376275Z    Compiling cfg_aliases v0.2.1
2026-07-10T09:15:50.5152063Z    Compiling litemap v0.8.2
2026-07-10T09:15:50.5217576Z    Compiling writeable v0.6.3
2026-07-10T09:15:50.5501252Z    Compiling icu_properties_data v2.2.0
2026-07-10T09:15:50.6451557Z    Compiling fs_extra v1.3.0
2026-07-10T09:15:50.6860401Z    Compiling utf8_iter v1.0.4
2026-07-10T09:15:50.7825654Z    Compiling dunce v1.0.5
2026-07-10T09:15:50.7935648Z    Compiling ident_case v1.0.1
2026-07-10T09:15:50.8245860Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T09:15:50.8674339Z    Compiling autocfg v1.5.1
2026-07-10T09:15:50.8710696Z    Compiling percent-encoding v2.3.2
2026-07-10T09:15:50.8939752Z    Compiling http v1.4.1
2026-07-10T09:15:50.9140442Z    Compiling cpufeatures v0.3.0
2026-07-10T09:15:50.9200447Z    Compiling thiserror v2.0.18
2026-07-10T09:15:51.0311513Z    Compiling unicode-segmentation v1.13.3
2026-07-10T09:15:51.0660504Z    Compiling aws-lc-rs v1.17.0
2026-07-10T09:15:51.0825717Z    Compiling scopeguard v1.2.0
2026-07-10T09:15:51.1796128Z    Compiling form_urlencoded v1.2.2
2026-07-10T09:15:51.2331193Z    Compiling syn v2.0.117
2026-07-10T09:15:51.2555065Z    Compiling lock_api v0.4.14
2026-07-10T09:15:51.3208084Z    Compiling chacha20 v0.10.0
2026-07-10T09:15:51.3401632Z    Compiling indexmap v2.14.0
2026-07-10T09:15:51.3646171Z    Compiling untrusted v0.9.0
2026-07-10T09:15:51.3844848Z    Compiling heck v0.5.0
2026-07-10T09:15:51.3942605Z    Compiling rustls v0.23.40
2026-07-10T09:15:51.4125869Z    Compiling const-oid v0.10.2
2026-07-10T09:15:51.4235741Z    Compiling anyhow v1.0.102
2026-07-10T09:15:51.4680954Z    Compiling atomic-waker v1.1.2
2026-07-10T09:15:51.4990280Z    Compiling unicode-xid v0.2.6
2026-07-10T09:15:51.6260645Z    Compiling httparse v1.10.1
2026-07-10T09:15:51.6370615Z    Compiling paste v1.0.15
2026-07-10T09:15:51.6560804Z    Compiling parking_lot_core v0.9.12
2026-07-10T09:15:51.6707223Z    Compiling zerocopy v0.8.50
2026-07-10T09:15:51.7084407Z    Compiling convert_case v0.10.0
2026-07-10T09:15:51.7910846Z    Compiling num-traits v0.2.19
2026-07-10T09:15:51.7940837Z    Compiling hybrid-array v0.4.12
2026-07-10T09:15:51.8211029Z    Compiling curve25519-dalek v4.1.3
2026-07-10T09:15:51.9453280Z    Compiling ahash v0.8.12
2026-07-10T09:15:51.9738880Z    Compiling either v1.16.0
2026-07-10T09:15:52.0020598Z    Compiling crypto-common v0.1.7
2026-07-10T09:15:52.0200936Z    Compiling block-buffer v0.10.4
2026-07-10T09:15:52.0820741Z    Compiling jobserver v0.1.34
2026-07-10T09:15:52.1014777Z    Compiling base64ct v1.8.3
2026-07-10T09:15:52.1422703Z    Compiling digest v0.10.7
2026-07-10T09:15:52.1523101Z    Compiling fastrand v2.4.1
2026-07-10T09:15:52.1600767Z    Compiling powerfmt v0.2.0
2026-07-10T09:15:52.2790770Z    Compiling http-body v1.0.1
2026-07-10T09:15:52.4169401Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T09:15:52.4689984Z    Compiling deranged v0.5.8
2026-07-10T09:15:52.4850907Z    Compiling pkg-config v0.3.33
2026-07-10T09:15:52.4950543Z    Compiling num-conv v0.2.2
2026-07-10T09:15:52.5190566Z    Compiling cc v1.2.63
2026-07-10T09:15:52.5572031Z    Compiling mio v1.2.1
2026-07-10T09:15:52.5820615Z    Compiling socket2 v0.6.4
2026-07-10T09:15:52.5976023Z    Compiling getrandom v0.2.17
2026-07-10T09:15:52.7033410Z    Compiling data-encoding v2.11.0
2026-07-10T09:15:52.7320920Z    Compiling tinyvec_macros v0.1.1
2026-07-10T09:15:52.8080616Z    Compiling base64 v0.22.1
2026-07-10T09:15:52.8840612Z    Compiling rand v0.10.1
2026-07-10T09:15:52.9280548Z    Compiling uuid v1.23.2
2026-07-10T09:15:52.9530594Z    Compiling rand_core v0.6.4
2026-07-10T09:15:53.0050563Z    Compiling try-lock v0.2.5
2026-07-10T09:15:53.0510287Z    Compiling time-core v0.1.8
2026-07-10T09:15:53.1410508Z    Compiling tower-service v0.3.3
2026-07-10T09:15:53.1670943Z    Compiling zmij v1.0.21
2026-07-10T09:15:53.1780515Z    Compiling vcpkg v0.2.15
2026-07-10T09:15:53.2318218Z    Compiling want v0.3.1
2026-07-10T09:15:53.2620348Z    Compiling parking_lot v0.12.5
2026-07-10T09:15:53.3050348Z    Compiling tinyvec v1.11.0
2026-07-10T09:15:53.3340695Z    Compiling crypto-common v0.2.2
2026-07-10T09:15:53.4492606Z    Compiling block-buffer v0.12.0
2026-07-10T09:15:53.5910663Z    Compiling sha2 v0.10.9
2026-07-10T09:15:53.6651193Z    Compiling inout v0.1.4
2026-07-10T09:15:53.6711767Z    Compiling vergen-lib v9.1.0
2026-07-10T09:15:53.7275469Z    Compiling n0-future v0.3.2
2026-07-10T09:15:53.8060382Z    Compiling crossbeam-utils v0.8.21
2026-07-10T09:15:53.8690528Z    Compiling signature v2.2.0
2026-07-10T09:15:53.9081629Z    Compiling serde_json v1.0.150
2026-07-10T09:15:53.9249491Z    Compiling winnow v1.0.3
2026-07-10T09:15:53.9390722Z    Compiling diatomic-waker v0.2.3
2026-07-10T09:15:53.9981294Z    Compiling cmake v0.1.58
2026-07-10T09:15:54.0708859Z    Compiling parking v2.2.1
2026-07-10T09:15:54.0981242Z    Compiling spin v0.10.0
2026-07-10T09:15:54.1221756Z    Compiling httpdate v1.0.3
2026-07-10T09:15:54.1390694Z    Compiling cordyceps v0.3.4
2026-07-10T09:15:54.2061445Z    Compiling futures-lite v2.6.1
2026-07-10T09:15:54.2530885Z    Compiling ed25519 v2.2.3
2026-07-10T09:15:54.2720586Z    Compiling cipher v0.4.4
2026-07-10T09:15:54.2905354Z    Compiling netlink-packet-core v0.8.1
2026-07-10T09:15:54.2970838Z    Compiling universal-hash v0.5.1
2026-07-10T09:15:54.3970570Z    Compiling vergen v9.1.0
2026-07-10T09:15:54.4170822Z    Compiling vergen-lib v0.1.6
2026-07-10T09:15:54.4794753Z    Compiling digest v0.11.3
2026-07-10T09:15:54.4987511Z    Compiling futures-buffered v0.2.13
2026-07-10T09:15:54.5003974Z    Compiling heapless v0.7.17
2026-07-10T09:15:54.5264270Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T09:15:54.5457655Z    Compiling noq-udp v0.10.0
2026-07-10T09:15:54.6321113Z    Compiling sync_wrapper v1.0.2
2026-07-10T09:15:54.6497564Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T09:15:54.6732525Z    Compiling allocator-api2 v0.2.21
2026-07-10T09:15:54.6809124Z    Compiling opaque-debug v0.3.1
2026-07-10T09:15:54.7310032Z    Compiling byteorder v1.5.0
2026-07-10T09:15:54.7525695Z    Compiling polyval v0.6.2
2026-07-10T09:15:54.8711019Z    Compiling spin v0.9.8
2026-07-10T09:15:54.9334892Z    Compiling hash32 v0.2.1
2026-07-10T09:15:54.9618580Z    Compiling vergen-gitcl v1.0.8
2026-07-10T09:15:55.0051298Z    Compiling tower-layer v0.3.3
2026-07-10T09:15:55.0303101Z    Compiling signature v3.0.0
2026-07-10T09:15:55.1002498Z    Compiling fallible-iterator v0.3.0
2026-07-10T09:15:55.1154839Z    Compiling aws-lc-sys v0.41.0
2026-07-10T09:15:55.1496812Z    Compiling ring v0.17.14
2026-07-10T09:15:55.1640781Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T09:15:55.1918385Z    Compiling ryu v1.0.23
2026-07-10T09:15:55.2081260Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T09:15:55.2180742Z    Compiling num_threads v0.1.7
2026-07-10T09:15:55.2420415Z    Compiling ghash v0.5.1
2026-07-10T09:15:55.3270863Z    Compiling time v0.3.47
2026-07-10T09:15:55.3430529Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T09:15:55.3510627Z    Compiling aes v0.8.4
2026-07-10T09:15:55.4030355Z    Compiling ctr v0.9.2
2026-07-10T09:15:55.4680337Z    Compiling fs2 v0.4.3
2026-07-10T09:15:55.5900115Z    Compiling http-body-util v0.1.3
2026-07-10T09:15:55.6131065Z    Compiling aead v0.5.2
2026-07-10T09:15:55.6307978Z    Compiling openssl-probe v0.2.1
2026-07-10T09:15:55.6802400Z    Compiling utf8parse v0.2.2
2026-07-10T09:15:55.7220852Z    Compiling arrayvec v0.7.6
2026-07-10T09:15:55.7561890Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T09:15:55.8008570Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T09:15:55.9020805Z    Compiling crossbeam-channel v0.5.15
2026-07-10T09:15:55.9420385Z    Compiling blake3 v1.8.5
2026-07-10T09:15:55.9560820Z    Compiling netlink-packet-route v0.29.0
2026-07-10T09:15:55.9881964Z    Compiling memoffset v0.6.5
2026-07-10T09:15:55.9980759Z    Compiling acto v0.8.2
2026-07-10T09:15:56.2351264Z    Compiling aes-gcm v0.10.3
2026-07-10T09:15:56.2869755Z    Compiling noq v0.18.0
2026-07-10T09:15:56.3776164Z    Compiling netwatch v0.16.0
2026-07-10T09:15:56.3890807Z    Compiling tagptr v0.2.0
2026-07-10T09:15:56.4120692Z    Compiling foldhash v0.2.0
2026-07-10T09:15:56.5555808Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T09:15:56.5671584Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T09:15:56.6148887Z    Compiling xml-rs v0.8.28
2026-07-10T09:15:56.6834892Z    Compiling rustix v1.1.4
2026-07-10T09:15:56.7020435Z    Compiling lru-slab v0.1.2
2026-07-10T09:15:56.7550898Z    Compiling ref-cast v1.0.25
2026-07-10T09:15:56.7620389Z    Compiling identity-hash v0.1.0
2026-07-10T09:15:56.8112611Z    Compiling thiserror v1.0.69
2026-07-10T09:15:56.8480734Z    Compiling mac-addr v0.3.0
2026-07-10T09:15:56.8880578Z    Compiling rustc-hash v2.1.2
2026-07-10T09:15:57.0486512Z    Compiling hashbrown v0.16.1
2026-07-10T09:15:57.1747314Z    Compiling netlink-packet-route v0.30.0
2026-07-10T09:15:57.2210969Z    Compiling ioctl-rs v0.1.6
2026-07-10T09:15:57.2850662Z    Compiling serial-core v0.4.0
2026-07-10T09:15:57.2890982Z    Compiling termios v0.2.2
2026-07-10T09:15:57.3411127Z    Compiling synstructure v0.13.2
2026-07-10T09:15:57.4628444Z    Compiling darling_core v0.20.11
2026-07-10T09:15:57.4934573Z    Compiling proc-macro-crate v3.5.0
2026-07-10T09:15:57.7511623Z    Compiling xmltree v0.10.3
2026-07-10T09:15:57.8610701Z    Compiling serde_derive_internals v0.29.1
2026-07-10T09:15:58.0114000Z    Compiling errno v0.3.14
2026-07-10T09:15:58.0249873Z    Compiling simple-dns v0.9.3
2026-07-10T09:15:58.0396351Z    Compiling aho-corasick v1.1.4
2026-07-10T09:15:58.0399648Z    Compiling arrayref v0.3.9
2026-07-10T09:15:58.0929314Z    Compiling signal-hook v0.3.18
2026-07-10T09:15:58.1090936Z    Compiling sha1_smol v1.0.1
2026-07-10T09:15:58.1809724Z    Compiling toml_write v0.1.2
2026-07-10T09:15:58.1920850Z    Compiling linux-raw-sys v0.12.1
2026-07-10T09:15:58.2871058Z    Compiling winnow v0.7.15
2026-07-10T09:15:58.4309558Z    Compiling regex-syntax v0.8.10
2026-07-10T09:15:58.4454007Z    Compiling simdutf8 v0.1.5
2026-07-10T09:15:58.4650710Z    Compiling resolv-conf v0.7.6
2026-07-10T09:15:58.4732166Z    Compiling constant_time_eq v0.4.2
2026-07-10T09:15:58.6890776Z    Compiling smol_str v0.1.24
2026-07-10T09:15:58.9711062Z    Compiling signal-hook-registry v1.4.8
2026-07-10T09:15:59.0749630Z    Compiling lru v0.16.4
2026-07-10T09:15:59.2420374Z    Compiling serial-unix v0.4.0
2026-07-10T09:15:59.3040398Z    Compiling darling_core v0.23.0
2026-07-10T09:15:59.5371032Z    Compiling serde_bytes v0.11.19
2026-07-10T09:15:59.5671103Z    Compiling seize v0.5.1
2026-07-10T09:15:59.6230500Z    Compiling serde_derive v1.0.228
2026-07-10T09:15:59.7560772Z    Compiling zeroize_derive v1.4.3
2026-07-10T09:15:59.8820377Z    Compiling tokio-macros v2.7.0
2026-07-10T09:16:00.1275692Z    Compiling zerofrom-derive v0.1.7
2026-07-10T09:16:00.4400555Z    Compiling zeroize v1.8.2
2026-07-10T09:16:00.6970788Z    Compiling futures-macro v0.3.32
2026-07-10T09:16:00.7250691Z    Compiling tokio v1.52.3
2026-07-10T09:16:01.3320497Z    Compiling yoke-derive v0.8.2
2026-07-10T09:16:01.3323397Z    Compiling zerovec-derive v0.11.3
2026-07-10T09:16:01.4447922Z    Compiling displaydoc v0.2.6
2026-07-10T09:16:01.7501134Z    Compiling tracing-attributes v0.1.31
2026-07-10T09:16:01.8551235Z    Compiling zerofrom v0.1.8
2026-07-10T09:16:01.8612487Z    Compiling futures-util v0.3.32
2026-07-10T09:16:01.9950815Z    Compiling rustls-pki-types v1.14.1
2026-07-10T09:16:02.4567438Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T09:16:02.6460601Z    Compiling thiserror-impl v2.0.18
2026-07-10T09:16:02.8760421Z    Compiling darling_macro v0.20.11
2026-07-10T09:16:02.9596174Z    Compiling derive_more-impl v2.1.1
2026-07-10T09:16:02.9707737Z    Compiling yoke v0.8.3
2026-07-10T09:16:03.2145679Z    Compiling spez v0.1.2
2026-07-10T09:16:03.3424232Z    Compiling zerovec v0.11.6
2026-07-10T09:16:03.3481265Z    Compiling zerotrie v0.2.4
2026-07-10T09:16:03.4786548Z    Compiling darling v0.20.11
2026-07-10T09:16:03.4916839Z    Compiling n0-error-macros v0.1.3
2026-07-10T09:16:03.6031835Z    Compiling der v0.8.0-rc.10
2026-07-10T09:16:03.6525535Z    Compiling derive_builder_core v0.20.2
2026-07-10T09:16:04.1129351Z    Compiling pin-project-internal v1.1.13
2026-07-10T09:16:04.4356178Z    Compiling tinystr v0.8.3
2026-07-10T09:16:04.7310523Z    Compiling icu_locale_core v2.2.0
2026-07-10T09:16:04.9340485Z    Compiling potential_utf v0.1.5
2026-07-10T09:16:05.0750302Z    Compiling n0-error v0.1.3
2026-07-10T09:16:05.1620917Z    Compiling icu_collections v2.2.0
2026-07-10T09:16:05.1660501Z    Compiling derive_builder_macro v0.20.2
2026-07-10T09:16:05.5504435Z    Compiling ipnet v2.12.0
2026-07-10T09:16:05.5703200Z    Compiling derive_builder v0.20.2
2026-07-10T09:16:05.7188153Z    Compiling spki v0.8.0-rc.4
2026-07-10T09:16:05.9960538Z    Compiling prefix-trie v0.8.4
2026-07-10T09:16:06.0360298Z    Compiling icu_provider v2.2.0
2026-07-10T09:16:06.1131136Z    Compiling pin-project v1.1.13
2026-07-10T09:16:06.1271976Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T09:16:06.1380787Z    Compiling futures-executor v0.3.32
2026-07-10T09:16:06.2378035Z    Compiling ed25519-dalek v2.2.0
2026-07-10T09:16:06.3300575Z    Compiling futures v0.3.32
2026-07-10T09:16:06.4154364Z    Compiling once_cell v1.21.4
2026-07-10T09:16:06.4463968Z    Compiling icu_properties v2.2.0
2026-07-10T09:16:06.4920517Z    Compiling icu_normalizer v2.2.0
2026-07-10T09:16:06.5350863Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T09:16:06.5809684Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T09:16:06.6760483Z    Compiling tracing-core v0.1.36
2026-07-10T09:16:06.9980741Z    Compiling hashbrown v0.14.5
2026-07-10T09:16:07.0243141Z    Compiling cobs v0.3.0
2026-07-10T09:16:07.1322179Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T09:16:07.3370837Z    Compiling postcard-derive v0.2.2
2026-07-10T09:16:07.5347193Z    Compiling tracing v0.1.44
2026-07-10T09:16:07.6871141Z    Compiling data-encoding-macro v0.1.20
2026-07-10T09:16:07.8074615Z    Compiling rustls-native-certs v0.8.4
2026-07-10T09:16:07.8186723Z    Compiling strum_macros v0.28.0
2026-07-10T09:16:07.8370746Z    Compiling enum-assoc v1.3.0
2026-07-10T09:16:08.0108415Z    Compiling hashlink v0.9.1
2026-07-10T09:16:08.1017441Z    Compiling idna_adapter v1.2.2
2026-07-10T09:16:08.1715854Z    Compiling tokio-util v0.7.18
2026-07-10T09:16:08.2090531Z    Compiling idna v1.1.0
2026-07-10T09:16:08.3471443Z    Compiling netlink-sys v0.8.8
2026-07-10T09:16:08.4010473Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T09:16:08.5090824Z    Compiling rusqlite v0.32.1
2026-07-10T09:16:08.5866606Z    Compiling postcard v1.1.3
2026-07-10T09:16:08.6085523Z    Compiling tower v0.5.3
2026-07-10T09:16:08.6890613Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T09:16:08.7231005Z    Compiling num_enum_derive v0.7.6
2026-07-10T09:16:08.7580569Z    Compiling url v2.5.8
2026-07-10T09:16:08.7710607Z    Compiling derive_more v2.1.1
2026-07-10T09:16:08.7780406Z    Compiling async-trait v0.1.89
2026-07-10T09:16:08.8327682Z    Compiling netlink-proto v0.12.0
2026-07-10T09:16:08.9439913Z    Compiling netdev v0.42.0
2026-07-10T09:16:09.0060866Z    Compiling iroh-relay v0.98.0
2026-07-10T09:16:09.1460514Z    Compiling moka v0.12.15
2026-07-10T09:16:09.2273594Z    Compiling toml_datetime v0.6.11
2026-07-10T09:16:09.2591079Z    Compiling serde_spanned v0.6.9
2026-07-10T09:16:09.3371205Z    Compiling thiserror-impl v1.0.69
2026-07-10T09:16:09.3898211Z    Compiling h2 v0.4.14
2026-07-10T09:16:09.4041210Z    Compiling iroh-metrics v0.38.3
2026-07-10T09:16:09.5274380Z    Compiling n0-watcher v0.6.1
2026-07-10T09:16:09.6300622Z    Compiling tokio-stream v0.1.18
2026-07-10T09:16:09.7923552Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T09:16:09.8659599Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T09:16:09.9876548Z    Compiling num_enum v0.7.6
2026-07-10T09:16:10.1275876Z    Compiling iroh-base v0.98.0
2026-07-10T09:16:10.1560713Z    Compiling tower-http v0.6.11
2026-07-10T09:16:10.3289770Z    Compiling attohttpc v0.30.1
2026-07-10T09:16:10.4880719Z    Compiling ref-cast-impl v1.0.25
2026-07-10T09:16:10.7243782Z    Compiling toml_edit v0.22.27
2026-07-10T09:16:10.8790546Z    Compiling webpki-roots v1.0.7
2026-07-10T09:16:10.9810577Z    Compiling regex-automata v0.4.14
2026-07-10T09:16:10.9880922Z    Compiling schemars_derive v1.2.1
2026-07-10T09:16:11.0205527Z    Compiling hmac v0.12.1
2026-07-10T09:16:11.1612742Z    Compiling iroh v0.98.2
2026-07-10T09:16:11.2041415Z    Compiling bitflags v1.3.2
2026-07-10T09:16:11.2101352Z    Compiling strum v0.28.0
2026-07-10T09:16:11.2265332Z    Compiling cmov v0.5.4
2026-07-10T09:16:11.2798316Z    Compiling rustix v0.38.44
2026-07-10T09:16:11.3934773Z    Compiling iroh-dns v0.98.0
2026-07-10T09:16:11.4020692Z    Compiling pin-utils v0.1.0
2026-07-10T09:16:11.4776903Z    Compiling dyn-clone v1.0.20
2026-07-10T09:16:11.5168713Z    Compiling nix v0.25.1
2026-07-10T09:16:11.5500989Z    Compiling ctutils v0.4.2
2026-07-10T09:16:11.6183450Z    Compiling filedescriptor v0.8.3
2026-07-10T09:16:11.8162996Z    Compiling hkdf v0.12.4
2026-07-10T09:16:11.8665998Z    Compiling backon v1.6.0
2026-07-10T09:16:11.8840712Z    Compiling darling_macro v0.23.0
2026-07-10T09:16:11.9060951Z    Compiling papaya v0.2.4
2026-07-10T09:16:12.0031660Z    Compiling serial v0.4.0
2026-07-10T09:16:12.1010676Z    Compiling anstyle-parse v1.0.0
2026-07-10T09:16:12.2391283Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T09:16:12.2900691Z    Compiling colorchoice v1.0.5
2026-07-10T09:16:12.3061016Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T09:16:12.4070669Z    Compiling instability v0.3.12
2026-07-10T09:16:12.4441057Z    Compiling foldhash v0.1.5
2026-07-10T09:16:12.5780260Z    Compiling linux-raw-sys v0.4.15
2026-07-10T09:16:12.5849305Z    Compiling anstyle v1.0.14
2026-07-10T09:16:12.6549411Z    Compiling shell-words v1.1.1
2026-07-10T09:16:12.6650473Z    Compiling anstyle-query v1.1.5
2026-07-10T09:16:12.6860511Z    Compiling downcast-rs v1.2.1
2026-07-10T09:16:12.7660966Z    Compiling hashbrown v0.15.5
2026-07-10T09:16:12.8173182Z    Compiling vte v0.13.1
2026-07-10T09:16:12.8212566Z    Compiling signal-hook-mio v0.2.5
2026-07-10T09:16:12.8333910Z    Compiling darling v0.23.0
2026-07-10T09:16:12.9030922Z    Compiling anstream v1.0.0
2026-07-10T09:16:12.9077306Z    Compiling spake2 v0.4.0
2026-07-10T09:16:12.9200634Z    Compiling terminal_size v0.4.4
2026-07-10T09:16:12.9917430Z    Compiling strum_macros v0.26.4
2026-07-10T09:16:13.1293159Z    Compiling sha1 v0.10.6
2026-07-10T09:16:13.4057714Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T09:16:13.4540758Z    Compiling itertools v0.13.0
2026-07-10T09:16:13.4930525Z    Compiling castaway v0.2.4
2026-07-10T09:16:13.6361145Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T09:16:13.7170550Z    Compiling doctest-file v1.1.1
2026-07-10T09:16:13.7460605Z    Compiling schemars v1.2.1
2026-07-10T09:16:14.2470357Z    Compiling toml v0.8.23
2026-07-10T09:16:14.3580315Z    Compiling regex v1.12.3
2026-07-10T09:16:14.6960650Z    Compiling static_assertions v1.1.0
2026-07-10T09:16:14.7280788Z    Compiling unicode-width v0.1.14
2026-07-10T09:16:14.8210348Z    Compiling indoc v2.0.7
2026-07-10T09:16:15.0600602Z    Compiling clap_lex v1.1.0
2026-07-10T09:16:15.0790727Z    Compiling compact_str v0.8.2
2026-07-10T09:16:15.2847256Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T09:16:15.4700822Z    Compiling clap_builder v4.6.0
2026-07-10T09:16:15.5730235Z    Compiling hyper v1.10.1
2026-07-10T09:16:15.8463105Z    Compiling strum v0.26.3
2026-07-10T09:16:15.9878064Z    Compiling unicode-truncate v1.1.0
2026-07-10T09:16:16.1554904Z    Compiling portable-pty v0.8.1
2026-07-10T09:16:16.1793353Z    Compiling crossterm v0.28.1
2026-07-10T09:16:16.2117605Z    Compiling interprocess v2.4.2
2026-07-10T09:16:16.3440702Z    Compiling lru v0.12.5
2026-07-10T09:16:16.5195623Z    Compiling clap_derive v4.6.1
2026-07-10T09:16:16.6532326Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T09:16:16.8636416Z    Compiling unicode-width v0.2.0
2026-07-10T09:16:17.2360966Z    Compiling iana-time-zone v0.1.65
2026-07-10T09:16:17.2430677Z    Compiling cassowary v0.3.0
2026-07-10T09:16:17.3481504Z    Compiling nucleo-matcher v0.3.1
2026-07-10T09:16:17.4181818Z    Compiling qrcode v0.14.1
2026-07-10T09:16:17.5533095Z    Compiling chrono v0.4.45
2026-07-10T09:16:17.7051155Z    Compiling tempfile v3.27.0
2026-07-10T09:16:17.8812249Z    Compiling hyper-util v0.1.20
2026-07-10T09:16:17.9994372Z    Compiling ratatui v0.29.0
2026-07-10T09:16:19.0390966Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T09:16:19.2328329Z    Compiling clap v4.6.1
2026-07-10T09:16:20.0470409Z    Compiling igd-next v0.17.1
2026-07-10T09:16:21.3421865Z    Compiling portmapper v0.16.0
2026-07-10T09:16:27.4573480Z    Compiling rustls-webpki v0.103.13
2026-07-10T09:16:30.1786451Z    Compiling tokio-rustls v0.26.4
2026-07-10T09:16:30.1787331Z    Compiling noq-proto v0.17.0
2026-07-10T09:16:30.1787912Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T09:16:30.3524154Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T09:16:30.3525001Z    Compiling hyper-rustls v0.27.9
2026-07-10T09:16:30.3526478Z    Compiling tokio-websockets v0.13.2
2026-07-10T09:16:30.5060561Z    Compiling reqwest v0.13.4
2026-07-10T09:16:31.5946164Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T09:16:47.6156395Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T09:16:49.3302585Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T09:16:58.8926015Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T09:17:04.1622847Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-07-10T09:17:04.1874159Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-10T09:17:04.1888080Z 
2026-07-10T09:17:04.1888247Z running 1 test
2026-07-10T09:17:10.7936191Z test new_brain_serves_against_old_broker ... ok
2026-07-10T09:17:10.7936629Z 
2026-07-10T09:17:10.7936982Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.60s
2026-07-10T09:17:10.7937397Z 
